// Define to zero for the common UTF-8, ASCII and related sets.
// Define to one for everything we know.
+/* 0 for most-used, 1 for all character sets */
#undef CET_WANTED
+/* 1 to enable as many formats as possible */
+#undef MAXIMAL_ENABLED
+
/* 1 to enable the CSV formats support */
#undef CSVFMTS_ENABLED
/* 1 to enable shapefile support */
#undef SHAPELIB_ENABLED
+/* 1 to inhibit our use of zlib. */
#define ZLIB_INHIBITED 1
-